home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / x.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  190 b   |  28 lines

  1. X
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-2.0
  6.         x2= 1.0
  7.         y1=-1.15
  8.         y2= 1.15
  9.         bailout=2.0
  10.     }
  11.     {
  12.         c=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         z=z*z
  17.         z=z+c
  18.         t=[1.0,0.0]/z
  19.         z=pow(z,t)
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.     }
  27. }
  28.